Every byte in memory has to have an "address" for a process to be able to locate it. 内存中的每一个字节都必须有一个“地址”,以便让进程可以找到它。
When the object is later re-created from its byte string, it will be a new in-memory object identical in structure and value to the original, though located at a different memory address. 当对象后来从其字节串重建时,内存中新建的对象与原对象具有相同的结构和值,但位于不同的内存地址。
The mdr command takes an address/ symbol and a byte count and displays the raw contents of memory starting at the specified address for byte-count number of bytes. mdr命令带有地址/符号以及字节计数,显示从指定的地址开始的byte-count字节数的初始内存内容。
Each byte offset identifies a memory address used by a machine code instruction. 每个字节位移用于标识一个机器代码指令使用的内存地址。